
*{
    margin: 0px;
    padding:0px;
}
.fl{ float:left;}
.mt15{ margin-top:15px;}
a{
    text-decoration: none;
}
a img{border:0}
li{
    list-style: none;
}
.clear{
    clear: both;
}
body{
    min-width: 1300px;
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    font-family: arial,"\5FAE\8F6F\96C5\9ED1";
    line-height: 1.5em;
}
.top{
    width: 1180px;
    margin: auto;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_left{
    width: 280px;
}
.top_right{
    width: 440px;
    color: #333333;
}
.top_right_img{
    padding: 0px 5px;
}
.top_right a{
    display: inline-block;
     width: 80px;
    color: #333333;
    text-align: center;
}
.top_right a img{
    padding-right: 8px;
}
.nav_list{
    width: 100%;
    background: #0852A2;
    position: relative;
    z-index: 20;
    -moz-box-shadow:0px 5px 5px #647FCF;
    -webkit-box-shadow:0px 5px 5px #647FCF;
    box-shadow: 0px 5px 5px #647FCF;
}
.nav_list_main{
    width: 1200px;
    margin: auto;
}
.nav_list_main_left{
    float: left;
    width: 910px;
    color: #ffffff;
}
.nav_list_main_right{
    float: right;
    width: 220px;
}
.nav_list_main_left li{
    float: left;
    margin: 0px 5px;
}
.nav_list_main_left li .first_a{
    font-size: 16px;
    padding: 8px 12px;
    display: inline-block;
    border-top: 3px solid #0852A2;
    color: #FFFFFF;
}
.nav_list_main_left li:hover .first_a,.nav_list_main_left_select{
    border-top: 3px solid #00529c!important;
    background: #FFFFFF!important;
    color: #00529c!important;
    /*color: #d90708!important;*/
}
.nav_list_main_left li:hover div{
    text-align: center;
    display: block;
}
.nav_list_main_left li div{
    text-align: center;
    display: none;
}
.nav_list_main_left li div p{
    text-align: center;
    padding: 5px 0px;
}
.nav_list_main_left li div p:hover{
  background: #000000;
}
.nav_list_main_left li div a{
    text-align: center;
    color: #FFFFFF;
    display: inline;
    padding: 5px 0px;
    width: 100%;
}
.nav_list_main_right_search{
    width: 200px;
    height: 30px;
    border-radius: 20px;
    background: #ffffff;
    margin-top: 5px;
   
}
.nav_list_main_right_search button{
    border: none;
    background: none;
    width: 21px;
    margin-top: 5px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.nav_list_main_right_search_input{
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    border: none;
    background: none;
}
.index_bannner{
    width: 100%;
    height: 540px;
    position: relative;
}
.banner1{
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari ??Chrome */
    -o-transition: all .5s; /* Opera */
    z-index: 10;
    opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center center!important;
    width: 100%;
    height: 540px;
    background-repeat: no-repeat!important;
}
.banner1_select{
    z-index: 11;
    opacity: 1;
    filter:alpha(opacity=100);
}
.banner_span{
    position: absolute;
    z-index: 20;
    left: 0px;
    width: 100%;
    bottom: 20px;
    text-align: center;
}
.banner_span span{
    display: inline-block;
    width: 30px;
    height: 10px;
    background: #bebebe;
    margin: 5px;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari ??Chrome */
    -o-transition: all .5s; /* Opera */
}
.banner_span_select{
    background: #00529c!important;
    /*background: #b7000e!important;*/
    height: 20px!important;
}
.index_banner_next{
    background: #dfe0e4;
    width: 100%;
}
.index_banner_next_main{
    width: 1150px;
	padding-top:10px;
    margin: auto;
}
.index_banner_next_main_left{
    width: 100%;
    background: url({$tpldir}/images/other.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.index_main{
    width: 1180px;
    margin:30px auto 20px;
}
.index_main_left{
    width: 510px;
    float: left;
}
.index_main_right{
    width: 630px;
    float: right;
}
.index_main_title{
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 15px;
}
.index_main_title_left{
    width: 150px;
    float: left;
    color: #1F1D1E;
}
.index_main_title_left .en{
    font-size: 14px;
    color: #555555;
}
.index_main_title_left .cn{
    line-height: 1.5em;
    font-size: 30px;
}
.index_main_title_left .cn span{
    color: #00529c;
    /*color: #e50014;*/
}
.index_main_right_more{
    width: 100px;
    float: right;
    text-align:right;
}
.index_main_right_more a{
    display: inline-block;
    background: #00529c;
    /*background: #e50014;*/
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1em;
    padding: 2px 5px;
    margin-top: 40px;
}
.index_about_main_left{
    width: 397px;
    float: left;
    margin-right: 10px;
}
.index_about_main_right{
    width: 220px;
    float:right;
    color: #222222;
    font-size: 13px;
    line-height: 2em;
}
.index_about_main_right h2{
    font-size:13px; font-weight:normal; display:inline;
}
.index_main_left_body_left{
    width: 111px;
    height: 86px;
    float: left;
    border: 1px solid #aaaaaa;
    overflow: hidden;
}
.index_product_one{
    width: 100%;
    margin: 5px 0px;
}
.index_main_left_body_right{
    width: 375px;
    margin-left: 10px;
    float: right;
    color: #999999;
}
.index_main_left_body_right p{
    padding-top: 10px;
}
.index_main_left_body_right .title{
   color: #444444;
    font-weight: 600;

}
.product_title_right{
    width: 130px;
    float: right;
}
.product_title_right .product_page{
    padding: 5px;
    border: 1px solid #cccccc;
    background: #efefef;
    width: 10px;
    height: 10px;
    border-radius: 100%;float: left;
    margin:30px  10px 0px;
}
.product_title_right .product_page div{
  width: 100%;
    height: 100%;
    border-radius: 100%;
}
.product_title_right .product_page_select div{
    background: #00529c;
    /*background: #e11024;*/
}
.foot{
    /*border-top: 2px solid #b9101e;*/
    background: #7d7f84;
    width: 100%;
    color: #f4f4f5;
}
.foot_main{
    position: relative;
    width: 1180px;
    margin: auto;
    padding-bottom: 20px;
}
.foot_main_left{
    width: 500px;
    float: left;
    margin-right: 40px;
}
.foot_main_left_title{
    padding: 5px 15px;
    border-bottom: 1px solid #919296;
}
.foot_main_left_title p{
    /*border-left: 5px solid #e9e9ea;*/
    color: #161617;
    /*padding-left: 15px;*/
    font-size: 30px;
    font-weight: 600;
}
.foot_main_left_title p a{
    float: right;
    color: #c3c4c7;
    font-weight: 500;
    font-size: 14px;
}
.foot_main_left_main{
    width: 100%;

}
.foot_main_left_main li{
   padding-top: 1em;
    color: #e5e5e6;
}
.foot_main_left_main li a{

    color: #ffffff;
    letter-spacing: 1px;
}
.other_link{
    width: 150px;
    float: right;
    background: #dddddd;
    padding: 5px 0px 5px 10px;
    position: relative;
    cursor: pointer;
}

.other_link_div{
    position: absolute;
    left: 0px;
    bottom: 20px;
    background: #dddddd;
    width: 150px;
    padding: 10px 0px;
}
.other_link_div a{
    padding-left: 15px;
    color: #666666;
	width: 130px;
	text-align:left;
	line-height:22px;
	font-size:12px;
	color:#666;
	float:left;
	}
.other_link_div a:hover{
	color:#09F;
	background-color:#E6E6E6;
	}
.nei_title{
    width: 100%;
    background: #dfe0e4;
    display: none;
}
.nei_title_main{
    width: 1180px;
    margin: auto;
    padding: 10px 0px ;
}
.nei_title_main_left{
    border-left: 8px solid #00529c;
    /*border-left: 8px solid #ce001d;*/
    width: 500px;
    float: left;
    padding-left: 15px;
}
.nei_title_main_right{
    width: 200px;
    float: right;
    text-align: right;
}
.about_main{
    width: 1180px;
    margin: auto;
    padding: 20px 0px;
}
.location{
    background: url({$tpldir}/images/location.png);
    background-position:left center ;
    width: 100%;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #3d3d3d;
    font-size: 15px;
    margin-bottom: 30px;

}
.location a{
    color: #3d3d3d;

}
.about_main_left{
    width: 220px;
    float: left;
}
.about_main_left_one{
   width: 220px;
    text-align: center;
    padding: 15px 0px;
    background: #333333;
}

.about_main_left_one a{
    width: 100%;
    color: #ffffff;
}
.about_main_left_one:hover ,.about_main_left_one_select{
    background: #00529c!important;
    /*background: #ce001d!important;*/
}
.about_main_left_nav_2{
    width: 100%;
    text-align: center;
    background: #424242;
    display: none;
}
.about_main_left_nav_2 a{
    color: #bbbbbb;
}
.about_main_left_nav_1:hover .about_main_left_nav_2{
    display: block;
}
.about_main_right{
    line-height: 2em;
    width: 900px;
    color: #5f5f5f;
    float: right;
}
.page{
    width: 100%;
    text-align: center;

}
.page a,.page span{
    display: inline-block;
    margin: 10px;
    color: #666666;
}
.contact_sing{
    width: 1000px;
    margin: auto;
}
.contact_sing_one{
    width:200px;
    margin: 25px;
    float: left;
    
    line-height: 2em;
    color: #4d4d4d;
}
.content_cn{
    color: #6d6d6d;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    line-height: 1.5em;
}
.content_en{
    color: #ababab;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    line-height: 1.5em;
}
.seaver_main_left{
    width: 120px;
    
    color: #ffffff;
    float: left;
}
.seaver_main_left p {
    line-height: 1em;
}
.seaver_main_one{
    width: 95%;
    border-bottom: 1px solid #dedede;
    padding: 20px;
	
}
.seaver_main_one:hover{
    background: #dedede;
}
.seaver_main_right{
    float: left;
    margin-left: 30px;
    width: 700px;
    min-height: 30px;
}
.seaver_main_right .seaver_main_right_main{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.seaver_main_one:hover .seaver_main_right_main{
    color: #00529c;
    /*color: #ce001d;*/

}
.sever_title{
    font-size: 20px;
    text-align: center;
    color: #000000;
}
.about_main_left_contact{
    border: 1px solid #cccccc;
    margin-top: 20px;
    width: 100%;
    background: url({$tpldir}/images/job_left.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 30px;
}
.about_main_left_contact_title{
    font-weight: 600;
    padding: 10px 0px;
    text-align: center;
    color: #000000;

    border-bottom: 1px solid #cccccc;
}
.about_main_left_contact a{ margin-left:10px; margin-right:10px;line-height:30px; display:block; color:#666;}
.about_main_left_contact a:hover{ color:#003;}
.about_main_left_contact_1{
    display: inline-block;
    background: #000000;
    color: #FFFFFF;
    padding: 2px;
}
.line{
    border-bottom: 1px solid #cccccc;
    margin: 5px 0px;
}
.job_dase{
    margin: 20px auto;
    width: 800px;
    background: #fcfcfc;
    padding: 20px;
    color: #cacaca;
}
.job_apply{
    padding: 10px 30px;
    color: #FFFFFF;
    background: #00529c;
    /*background: #ce001d;*/
}
.seaver_main_left_img{
    width: 210px;
    height: 140px;
    float: left;
}
.seaver_main_left_img img{
    width: 210px;
    height: 140px;
}
.seaver_main_right_product{
    width: 650px;float: right;
}
.seaver_main_right_product_more a{
    display: inline-block;
   background: #FFFFFF;
    padding: 5px 10px;
    margin: 5px 10px;
    border: 1px solid #dedede;
    color: #999999;
}
.seaver_main_right_product_more a:hover{
    color: #00529c;
    /*color: #ce001d;*/
}

.product_main_left{
    width: 450px;
    height: 300px;
    float: left;
}
.product_main_left img{
    /*width: 450px;*/
    height: 300px;
    float: left;
}
.product_main_right{
    width: 450px;
    float: right;
}
.letter_pic{
    padding-top: 50px;
}
.letter_pic img{
    width: 120px;
    cursor: pointer;
    height: 80px;
    margin: 10px;
    border: 1px solid #cccccc;
}
.product_main_right .title{
    padding-top: 20px;
    font-size: 20px;
    line-height: 1.5em;
    color: #000000;
    font-weight: 600;
}
.product_main_right .fenlei{
    font-size: 16px;
    color: #999999;
}
.product_main_all_title{
    border-bottom: 1px solid #cccccc;
    width: 100%;
}
.product_main_all_title_one{
    cursor: pointer;
    padding: 5px 0px;
    width: 25%;
    float: left;
    border-bottom:5px solid #FFFFFF ;
}
.product_main_all_title_one_select{
    /*border-bottom:5px solid #ce001d ;*/
    border-bottom:5px solid #00529c ;
    color: #00529c;
    /*color: #ce001d;*/
}
.product_one_neirong{
    display: none;
    padding:20px;
}


.product_top{
    width: 100%;
    background: #f4f4f4;
    padding-top: 50px;
    margin-bottom: 50px;
}
.product_top_title{
    width: 300px;
    height: 30px;
    border:1px solid #474747;
    margin: auto ;

    position: relative;
}
.product_top_title p{
    width: 130px;
    letter-spacing: 3px ;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    background: #f4f4f4;
    color: #0852a2;
    font-size: 25px;
    text-transform: uppercase;
}
.product_top_title_2{
    width: 500px;
    margin: auto;
    height: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #474747;
    position: relative;
}
.product_top_title_2 div{
    width: 300px;
    letter-spacing: 2px;
    background: #f4f4f4;
    margin: auto ;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.product_top_title_2 h1{
	font-size: 20px;
	padding:0;
	margin:0;
	display:inline-block;
	font-weight:normal;
}
.index_product{
   width: 1250px;
    margin: auto;
    margin-top: 60px;
}
.index_product_one{
    width: 250px;
    float: left;
    height:auto;
    border: 1px solid #666666;
    box-sizing: border-box;
}
.product_font{
    width: 100%;
    height: auto;
    padding: 14px 0px;
    box-sizing: border-box;
}
.product_font_p{
    text-align: center;
    width: 220px;
    margin: auto;
    height: 40px;
    border: 1px solid #ffffff;
    color: #666666;
    text-transform: uppercase;
}
.product_one_mask{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0px;
    top: 0px;
    line-height: 255px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
}
.index_product_one:hover .product_font{
    background: #0852a2;
}
.index_product_one:hover .product_font_p{
    color: #ffffff;
}.index_product_one:hover .product_one_mask{
     opacity: 0.5;
     filter: alpha(opacity=50);
 }
.bg{ background:#f4f4f4; padding:30px;} 
.newditu{ width:1200px; margin:auto;}
.newditu .title{ line-height:50px; font-size:30px; border-bottom:1px #ccc solid;}
.newditu .title font{ color:#00529c;}
.newditu .group{ float:left;width:231px; }
.newditu .group .type{ line-height:30px;float:15px;}
.newditu .group ul li a{ color:#666;}
.newditu .group ul li a:hover{ text-decoration:underline; color:#000;}
.news_tj{ padding-top:30px;}
.news_tj a{ color:#5f5f5f;}
.news_tj a:hover{color:#F30; text-decoration:underline;}
.news_tj .news_keys{ line-height:30px; padding-bottom:10px;}
.news_tj .news_keys .l{ width:718px; display:inline-block;}
.news_tj .news_keys .r{ width:170px; display:inline-block;}
.news_tj .news_keys .r input{ width:120px; display:inline-block; height:24px; border:#999 solid solid; padding-left:5px; }
.news_tj .news_keys .r a{ width:40px; display:inline-block; line-height:28px; border:#999 solid solid; text-align:center; background-color:#03F; color:#FFF;}
.news_tj .news_keys a{ line-height:30px;}
.news_tj .news_keys a h2{ line-height:30px; margin:0; padding:0; font-size:13px; display:inline; font-weight:normal;}
.news_tj{ padding-top:30px;}
.news_xg{width:898px; border:1px #CCC solid;}
.news_xg_t{line-height:40px; padding-left:10px; background-color:#ececec; color:#039;}
.news_xg .news_xg_list{ padding-top:15px; padding-bottom:15px;}
.news_xg .news_xg_list li{ width:434px; line-height:30px; float:left; padding-left:15px; background-image:url(../images/dian.jpg); background-repeat:no-repeat; background-position:5px 15px;}
.news_xg .news_xg_list li a{color:#5f5f5f;}

.news_xg .news_cp_list li{ width:280px; height:245px; float:left; margin-left:15px; padding-top:20px;}
.news_xg .news_cp_list li a{float:left; text-align:center;}
.news_xg .news_cp_list li img{ width:280px; height:205px;float:left;}
.news_xg .news_cp_list li span{ width:280px; line-height:30px;float:left;}




